Frequently asked questions :), notes, patches, ...
everything that can be classified as a FAQ.
Adding the debian logo before the login prompt
[19]
Just run:
# apt-get install linuxlogo
|
|
and follow the instructions. Tipically, you will have
to modify the file /etc/inittab and add something like:
2:23:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty2
|
|
This note is available in the following categories:
apt-get error: E: Dynamic MMap ran out of room
[42]
Just add the parameter:
APT::Cache-Limit "141943904";
|
|
in /etc/apt/apt.conf. Create it if necessary. Increase
the number if you still have troubles.
This note is available in the following categories: